HighContrast: No blue spinners
authorMatthias Clasen <mclasen@redhat.com>
Tue, 5 Jan 2016 02:35:55 +0000 (21:35 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 5 Jan 2016 02:35:55 +0000 (21:35 -0500)
Spinners are drawing backgrounds now, so setting a blue
background color is pretty distracting.

gtk/theme/HighContrast/_common.scss
gtk/theme/HighContrast/gtk.css

index 62099bd6aabdff626e891c83851fadeec58a462b..aacd667f8b50cf7ce240e2c28a953f0e33661dec 100644 (file)
@@ -163,7 +163,6 @@ label {
 
 spinner {
   background-image: none;
-  background-color: blue;
   opacity: 0; // non spinning spinner makes no sense
   -gtk-icon-source: -gtk-icontheme('process-working-symbolic');
   &:checked {
index 72e070240915e7be52e0ce4381fc1a72515007d1..692a9053b1ab790dafd5597bc84b638fe1781e53 100644 (file)
@@ -130,7 +130,6 @@ label:disabled, label:backdrop:disabled {
     -gtk-icon-transform: rotate(1turn); } }
 spinner {
   background-image: none;
-  background-color: blue;
   opacity: 0;
   -gtk-icon-source: -gtk-icontheme("process-working-symbolic"); }
   spinner:checked {